projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87943a2
)
Seal priv pointer in GtkPrinter.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:16 +0000
(11:05 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 11:05:16 +0000
(11:05 +0000)
svn path=/trunk/; revision=20571
gtk/gtkprinter.h
patch
|
blob
|
history
diff --git
a/gtk/gtkprinter.h
b/gtk/gtkprinter.h
index 1eb5bd1bf998a706577d8777d8518fcc63526246..e3c8dd71b7256e201c7cf0f5ff423e92d533a016 100644
(file)
--- a/
gtk/gtkprinter.h
+++ b/
gtk/gtkprinter.h
@@
-67,7
+67,7
@@
struct _GtkPrinter
{
GObject parent_instance;
- GtkPrinterPrivate *
priv
;
+ GtkPrinterPrivate *
GSEAL (priv)
;
};
struct _GtkPrinterClass